Hungarian translation finished. Thanx to Sprok Bence.
authoroliskoli <oliskoli>
Thu, 7 Jun 2007 18:36:30 +0000 (18:36 +0000)
committeroliskoli <oliskoli>
Thu, 7 Jun 2007 18:36:30 +0000 (18:36 +0000)
win32/gui-2/GPSBabelGUI.dof
win32/gui-2/GPSBabelGUI.res
win32/gui-2/main.dfm
win32/gui-2/main.pas

index eeb5eda806e1ec7bc4c817977b8f817501cc3617..fe1787057d4e714d0d4e6eec4c35bfcd8b76d54b 100644 (file)
@@ -57,7 +57,7 @@ AutoIncBuild=0
 MajorVer=0\r
 MinorVer=2\r
 Release=8\r
-Build=0\r
+Build=2\r
 Debug=0\r
 PreRelease=0\r
 Special=0\r
@@ -68,7 +68,7 @@ CodePage=1252
 [Version Info Keys]\r
 CompanyName=GPSBabel Makers\r
 FileDescription=GPSBabel Windows Frontend\r
-FileVersion=0.2.8.0\r
+FileVersion=0.2.8.2\r
 InternalName=\r
 LegalCopyright=(C) 2005,2006 Olaf Klein (o.b.klein@gpsbabel.org)\r
 LegalTrademarks=\r
index 31c9dfc393cb789cc4a4c517c438a59b4cbb15f8..1a5d2408dc4478155379b92392c6b729db25ec9f 100644 (file)
Binary files a/win32/gui-2/GPSBabelGUI.res and b/win32/gui-2/GPSBabelGUI.res differ
index 6f27fe4d93da9780913ad0d6bc47e1d5f9c90a5b..09f755c0d2ab3342e38a625f0c8c1da438cec170 100644 (file)
Binary files a/win32/gui-2/main.dfm and b/win32/gui-2/main.dfm differ
index ddc2c57ccf6ffd3ded6777a1b9689a0ae9be8d70..05d6d4d1b688359ffa6ded45a57d501a4ae53510 100644 (file)
@@ -562,7 +562,7 @@ var
   list: TStrings;\r
   CSave: TCursor;\r
   str: TStream;\r
-  s: string;\r
+  s, tmp: string;\r
   i: Integer;\r
   IFormat, OFormat: string;\r
   Fatal: Boolean;\r
@@ -660,9 +660,10 @@ begin
       begin\r
         if FileExists(s) then\r
         begin\r
+          tmp := _('Warning');\r
           if (Windows.MessageBox(SELF.Handle,\r
             PChar(Format(_('File "%s" exists ! Overwrite ?'), [s])),\r
-            PChar(_('Warning')), MB_YESNO) <> IDYES) then Exit;\r
+            PChar(tmp), MB_YESNO) <> IDYES) then Exit;\r
         end\r
           else\r
         begin\r